From 0ea9131ff7bac876d5e1affcb1fadfdf0727127f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 6 Feb 2016 04:24:23 +0100 Subject: [PATCH] printoperation-win32: Silence gcc --- gtk/gtkprintoperation-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 28e2bda6e7..1a4b14e92d 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -1350,7 +1350,7 @@ plug_grab_notify (GtkWidget *widget, } -static BOOL CALLBACK +static INT_PTR CALLBACK pageDlgProc (HWND wnd, UINT message, WPARAM wparam, LPARAM lparam) { GtkPrintOperation *op; -- 2.30.2